home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
DLLHELLO.PAK
/
CALLDLL.RC
< prev
next >
Wrap
Text File
|
1997-05-06
|
620b
|
23 lines
//----------------------------------------------------------------------------
// ObjectWindows
// Copyright (C) 1995, 1995 by Borland International, All Rights Reserved
//----------------------------------------------------------------------------
#include <owl/owlapp.rc> // default owl app icon
#include <owl\except.rc>
#include "calldll.h"
IDM_COMMANDS MENU
BEGIN
MENUITEM "&Create", CM_CREATE
POPUP "&Resource"
BEGIN
MENUITEM "&String", CM_RSTRING
MENUITEM "&Cursor", CM_RCURSOR
MENUITEM "&Icon", CM_RICON
MENUITEM "&Bitmap", CM_RBITMAP
END
END